projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3016ae0
)
(describe-project): Display the file THE-GNU-PROJECT.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Feb 2001 16:40:08 +0000
(16:40 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Feb 2001 16:40:08 +0000
(16:40 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 320563f14c220cd259f373dc436b89bc8c625857..84f3f52824e9207d68b60fcba0444215fd08489f 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-404,7
+404,7
@@
For minor modes, see following pages.\n\n"))
"Display info on the GNU project."
(interactive)
(find-file-read-only
- (expand-file-name "
GNU
" data-directory))
+ (expand-file-name "
THE-GNU-PROJECT
" data-directory))
(goto-char (point-min)))
(defun describe-no-warranty ()